home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / INSPRO.ZIP / INSTALL.INF < prev    next >
INI File  |  1993-01-02  |  2KB  |  63 lines

  1. ; EDI Install Pro - v1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application]
  6. ; Application information
  7. Name=EDI Install Pro
  8. Title=EDI Install Pro for Windows - Installation
  9. Directory=C:\WINDOWS\INSTALL.PRO
  10. PM Group=EDI Install
  11. Free Space=157
  12. Background=Dithered
  13. Bitmap File=install.bmp
  14. ReadMe=ReadMe.txt
  15.  
  16.  
  17. [Components]
  18. ;List of components.  Description and size (in KB).
  19. 1=Documentation 50
  20. 2=Installer 92
  21. 3="DLL and Sample Code" 15
  22.  
  23.  
  24. [Disks]
  25. ;List of disks needed.  Names are used for user request.  They
  26. ;do not need to be the disk's label.
  27. 1=EDI Install Disk
  28.  
  29.  
  30. [Directories]
  31. ;lists of directories that must be created from the destination directory
  32. ;files to be copied are in the same directory structure on the
  33. ;floppy (by default).  You may use 0 as the root destination directory.
  34.  
  35.  
  36. [Files]
  37. ;description, filename, (Component #), (dir #), (diskette #), (Compressed?), (Version Check)
  38. ReadMe text file=README.TXT        1 0 1 N A
  39. Install Manual=INSTALL.WRI         1 0 1 N A
  40. Order Form=ORDRFORM.TXT            1 0 1 N A
  41. Order Form=ORDRFORM.ICO            1 0 1 N A
  42.  
  43. EDI Install=INSTALL.EXE            2 0 1 N A
  44. Install Info=INSTALL.INF           2 0 1 N A
  45. Background bitmap=INSTALL.BMP      2 0 1 N A
  46.  
  47. DLL Sample Code=INSTLIB.PAS        3 0 1 N A
  48.  
  49.  
  50. [PM Group]
  51. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  52. ;Use "%%" (without the quotes) to specify the files path.  Don't forget the "\"!
  53. ;Enclose command line in quotes (") if it contains any parameters.
  54. ;(EX: "WRITE.EXE %%\TEXT.WRI")
  55. ;The only required entry is the program.  You don't have to specify the others if you
  56. ;don't need them.
  57.  
  58. EDI Install Pro=2 %%\INSTALL.EXE
  59. Manual=1 %%\INSTALL.WRI
  60. Order Form=1 %%\ORDRFORM.TXT %%\ORDRFORM.ICO
  61.  
  62.  
  63.